Welcome![Sign In][Sign Up]
Location:
Search - MFC EDIT CONTROL

Search list

[EditBoxDynCtrl_edit

Description: //MFC中,创建多个动态Edit控件,并且挂接事件,响应事件的一个好例子。 //程序中完成动态申请资源的记录回收。 //有什么问题联系 chenjp6500@sohu.com 2006.08.21-/ / MFC, creating more dynamic Edit Control, and articulated, in response to the incident a good example. / / Dynamic completed procedures for the recovery of resources records. / / What is the problem linked chenjp6500@sohu.com 2006.08.21
Platform: | Size: 36879 | Author: 宋益波 | Hits:

[Windows Developzbcpe730

Description: BCGPEdit(BCGSoft Professional Editor)是一款MFC(微软基础类)扩展库,用于在基于MFC的程序中加入高级编辑控制。编辑控制支持高亮度语法,外轮廓以及智能感应-BCCPEdit(BCGSoft Professional Editor) is MFC(microsoft fundamental class)extended library,and is used in adding advanced edit control into program based MFC. Edit control has the funtion of highlight syntex, outline and intelligence inducting and so on.
Platform: | Size: 1690271 | Author: 江山 | Hits:

[EditBox对话框、按钮及编辑框控件

Description: 一个有关对话框、按钮及编辑框控件的源程序,用MFC所编写。-one of the dialog box, a button and edit box control of the source, using MFC prepared.
Platform: | Size: 2035712 | Author: 李李 | Hits:

[Windows Developzbcpe730

Description: BCGPEdit(BCGSoft Professional Editor)是一款MFC(微软基础类)扩展库,用于在基于MFC的程序中加入高级编辑控制。编辑控制支持高亮度语法,外轮廓以及智能感应-BCCPEdit(BCGSoft Professional Editor) is MFC(microsoft fundamental class)extended library,and is used in adding advanced edit control into program based MFC. Edit control has the funtion of highlight syntex, outline and intelligence inducting and so on.
Platform: | Size: 1689600 | Author: | Hits:

[EditBoxDynCtrl_edit

Description: //MFC中,创建多个动态Edit控件,并且挂接事件,响应事件的一个好例子。 //程序中完成动态申请资源的记录回收。 //有什么问题联系 chenjp6500@sohu.com 2006.08.21-//MFC, creating more dynamic Edit Control, and articulated, in response to the incident a good example.// Dynamic completed procedures for the recovery of resources records.// What is the problem linked chenjp6500@sohu.com 2006.08.21
Platform: | Size: 36864 | Author: 宋益波 | Hits:

[ListView/ListBoxgridctrl_demo225

Description: MFC Grid Control 2.25源代码和Demo用例程序,支持VC6和VS2003。 MFC Grid Control是一款优秀的二维表格控件,每个单元格支持只读编辑框、检查框、日期时间控件、组合框等数据输入类型,还可以自己扩展需要的数据输入类型,此表格控件可以在VC开发的工程中直接使用. -MFC Grid Control 2.25 source code and Demo Example procedures used to support VC6 and VS2003. MFC Grid Control is a good control of two-dimensional form, each cell to support the read-only edit box, check box, date time controls, combo box, such as data input types, but also the need to expand their data entry type, this form control VC developed in direct use projects.
Platform: | Size: 285696 | Author: lch | Hits:

[ListView/ListBoxgridctrl_merge

Description: 为MFC Grid Control增加合并单元格的功能,基于MFC Grid Control 2.24。提供改进后的MFC Grid Control源代码和用例程序,支持VC6。 Adding "Merge cells" support to the MFC GridControl MFC Grid Control是一款优秀的二维表格控件,每个单元格支持只读编辑框、检查框、日期时间控件、组合框等数据输入类型,还可以自己扩展需要的数据输入类型,此表格控件可以在VC开发的工程中直接使用. -For the MFC Grid Control to increase the combined functions of the cell, based on the MFC Grid Control 2.24. Provide improved MFC Grid Control Example source code and the procedures used to support VC6. Adding Merge cells support to the MFC GridControlMFC Grid Control is a good control of two-dimensional form, each cell to support the read-only edit box, check box, date time controls, combo box, such as data input types, but also to expand their own needs data input type, this form control can be developed in the VC direct use projects.
Platform: | Size: 311296 | Author: kmlch | Hits:

[EditBoxCHexEditDemo

Description: Recently, I was working on a diagnostic software which requires a Edit Control used for HEX/DEC numbers input. The CEdit that comes with MFC is not so good for this job, as it can not prevent the user from typing an invalid HEX number. Therefore, I created the CHexEdit control derived from CEdit for HEX/DEC numbers input, it is very easy to use.-Recently, I was working on a diagnostic software which requires a Edit Control used for HEX/DEC numbers input. The CEdit that comes with MFC is not so good for this job, as it can not prevent the user from typing an invalid HEX number. Therefore, I created the CHexEdit control derived from CEdit for HEX/DEC numbers input, it is very easy to use.
Platform: | Size: 28672 | Author: 彭群 | Hits:

[GUI DevelopEdit

Description: VC++/MFC 一个Edit控件类,需要的可以拿去看下-VC++/MFC an Edit control class, need is unspeakable Kanxia
Platform: | Size: 9216 | Author: Boris | Hits:

[Windows DevelopDesign.Browse.button.MFC.edit.control

Description: MFC浏览按钮编辑控件设计代码Design of the Browse button MFC code edit control -Design of the Browse button MFC code edit control
Platform: | Size: 35840 | Author: w | Hits:

[Windows DevelopMFC.edit.control.design.code.hyperlink

Description: MFC超链接编辑控件设计代码MFC edit control design code hyperlink -MFC edit control design code hyperlink
Platform: | Size: 25600 | Author: w | Hits:

[GUI DevelopMFC.edit.list.box.control.code

Description: MFC编辑列表框控件设计代码MFC edit list box control design code -MFC edit list box control design code
Platform: | Size: 24576 | Author: a | Hits:

[Crack HackMFC.design.password.edit.control

Description: MFC编程密码编辑控件设计代码MFC Programming design code the password edit control -MFC Programming design code the password edit control
Platform: | Size: 34816 | Author: | Hits:

[RichEditAutoRichEditCtrl_demo

Description: While MFC does provide a rich edit control, it does not provide a quick and easy way to handle formatting and RTF codes. CAutoRichEditCtrl is a derivative of CRichEditCtrl. This new class adds several functions that allow you to add formatting quickly. It also provides two functions to let you retrieve the formatted text (RTF) in a CString, and to insert an RTF CString into the control.
Platform: | Size: 40960 | Author: gilbert | Hits:

[Button controlwindows-MFC

Description: windows MFC常用控件,包括按钮控件,进度条控件,编辑控件,字体控件-windows MFC common control, including button control, progress bar control, edit control, font control
Platform: | Size: 878592 | Author: 上校 | Hits:

[Software EngineeringThe-use-of-MFC-edit-box-control

Description: 结合实例详细讲解了MFC中编辑框控件的使用方法,并附有核心代码。-With examples to explain in detail the use of MFC edit box control, together with the core code.
Platform: | Size: 79872 | Author: 张程鹏 | Hits:

[GUI Developedit(ownerdraw)

Description: MFC edit控件自绘实现,美化控件。-MFC Edit Control
Platform: | Size: 128000 | Author: yl | Hits:

[VC/MFCMFC-Edit-design

Description: MFC Edit控件的重绘,系统自带的Edit控件已无法满足用户的需求,需自定义-MFC Edit control redraw, the system comes with the Edit control has been unable to meet the needs of users, the need to customize
Platform: | Size: 78848 | Author: 温忠健 | Hits:

[EditBoxTestLongLatCtrl(V1.1)

Description: 在于GIS相关的软件中经常要输入经纬度数值,而基于MFC Edit控件的经纬度输入控件需 要创建三个Edit编辑框,来分别输入度、分、秒数值,并且需要分别进行输入范围和有效 性的检验。该基于BCGControlBar的经纬度输入控件实现了在一个输入窗口中分别按照度 、分、秒三个值域来输入经纬度数值,并同时进行了输入分有效性和输入范围的检验。经纬度中的度、分、秒字段均通过数字键盘直接输入数值,也可通过微调按钮或者键盘的上下键进行数字的增减,你可以通过左右键进行度、分、秒输入域的切换。该控件可以设置度的输入范围,默认的度范围是0~89。该1.1版本修复了键盘直接输入数值的逻辑问题。 -In the GIS-related software often have to enter the latitude and longitude values, and MFC Edit control based on the latitude and longitude input controls need to create three Edit edit box to enter the degrees, minutes and seconds values, and the need for input range and validity of the test. The BCGControlBar-based latitude and longitude input control realizes the input of the latitude and longitude values in degrees,minutes,and seconds in one input window, and simultaneously verifies the validity of the input points and the input range.The degrees, minutes, and seconds fields can be entered directly through the numeric keypad, also can be fine-tuning button or the keyboard up and down keys to increase or decrease the number, you can use left and right keys for degrees, minutes and seconds to switch the input field. The control can set the input range of degree, the default range is 0 ~ 89.The 1.1 version fixes the logic of keyboard input values directly.
Platform: | Size: 7755776 | Author: sxf | Hits:

[Windows Develop实现EDIT控件自绘

Description: 自绘的MFC CEdit控件,可以用来参考或直接添加使用(Self drawn MFC CEdit control)
Platform: | Size: 66560 | Author: 东东1122 | Hits:
« 12 3 4 »

CodeBus www.codebus.net